'Weak Dependency Graph [60.0]'
------------------------------
Answer:           YES(?,O(n^1))
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  a__f(f(a())) -> c(f(g(f(a()))))
     , mark(f(X)) -> a__f(mark(X))
     , mark(a()) -> a()
     , mark(c(X)) -> c(X)
     , mark(g(X)) -> g(mark(X))
     , a__f(X) -> f(X)}

Details:         
  We have computed the following set of weak (innermost) dependency pairs:
   {  a__f^#(f(a())) -> c_0()
    , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
    , mark^#(a()) -> c_2()
    , mark^#(c(X)) -> c_3()
    , mark^#(g(X)) -> c_4(mark^#(X))
    , a__f^#(X) -> c_5()}
  
  The usable rules are:
   {  mark(f(X)) -> a__f(mark(X))
    , mark(a()) -> a()
    , mark(c(X)) -> c(X)
    , mark(g(X)) -> g(mark(X))
    , a__f(f(a())) -> c(f(g(f(a()))))
    , a__f(X) -> f(X)}
  
  The estimated dependency graph contains the following edges:
   {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
     ==> {a__f^#(X) -> c_5()}
   {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
     ==> {a__f^#(f(a())) -> c_0()}
   {mark^#(g(X)) -> c_4(mark^#(X))}
     ==> {mark^#(g(X)) -> c_4(mark^#(X))}
   {mark^#(g(X)) -> c_4(mark^#(X))}
     ==> {mark^#(c(X)) -> c_3()}
   {mark^#(g(X)) -> c_4(mark^#(X))}
     ==> {mark^#(a()) -> c_2()}
   {mark^#(g(X)) -> c_4(mark^#(X))}
     ==> {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
  
  We consider the following path(s):
   1) {  mark^#(g(X)) -> c_4(mark^#(X))
       , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
       , a__f^#(f(a())) -> c_0()}
      
      The usable rules for this path are the following:
      {  mark(f(X)) -> a__f(mark(X))
       , mark(a()) -> a()
       , mark(c(X)) -> c(X)
       , mark(g(X)) -> g(mark(X))
       , a__f(f(a())) -> c(f(g(f(a()))))
       , a__f(X) -> f(X)}
      
        We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost runtime-complexity with respect to
            Rules:
              {  mark(f(X)) -> a__f(mark(X))
               , mark(a()) -> a()
               , mark(c(X)) -> c(X)
               , mark(g(X)) -> g(mark(X))
               , a__f(f(a())) -> c(f(g(f(a()))))
               , a__f(X) -> f(X)
               , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
               , mark^#(g(X)) -> c_4(mark^#(X))
               , a__f^#(f(a())) -> c_0()}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {  mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            and weakly orienting the rules
            {}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {  mark(a()) -> a()
               , mark(c(X)) -> c(X)}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {a__f^#(f(a())) -> c_0()}
            and weakly orienting the rules
            {  mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {a__f^#(f(a())) -> c_0()}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [8]
                  c(x1) = [1] x1 + [9]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
            and weakly orienting the rules
            {  a__f^#(f(a())) -> c_0()
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [1]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [9]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [8]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(g(X)) -> c_4(mark^#(X))}
            and weakly orienting the rules
            {  mark^#(f(X)) -> c_1(a__f^#(mark(X)))
             , a__f^#(f(a())) -> c_0()
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(g(X)) -> c_4(mark^#(X))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [1]
                  g(x1) = [1] x1 + [8]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [2]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [8]
                  c_1(x1) = [1] x1 + [2]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {  a__f(f(a())) -> c(f(g(f(a()))))
             , a__f(X) -> f(X)}
            and weakly orienting the rules
            {  mark^#(g(X)) -> c_4(mark^#(X))
             , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
             , a__f^#(f(a())) -> c_0()
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {  a__f(f(a())) -> c(f(g(f(a()))))
               , a__f(X) -> f(X)}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [8]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [1]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [9]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [15]
                  c_1(x1) = [1] x1 + [5]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
            ------------------------------------------------------------------------------------------
            Answer:           YES(?,O(n^1))
            Input Problem:    innermost relative runtime-complexity with respect to
              Strict Rules:
                {  mark(f(X)) -> a__f(mark(X))
                 , mark(g(X)) -> g(mark(X))}
              Weak Rules:
                {  a__f(f(a())) -> c(f(g(f(a()))))
                 , a__f(X) -> f(X)
                 , mark^#(g(X)) -> c_4(mark^#(X))
                 , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
                 , a__f^#(f(a())) -> c_0()
                 , mark(a()) -> a()
                 , mark(c(X)) -> c(X)}
            
            Details:         
              The problem was solved by processor 'Bounds with default enrichment':
              'Bounds with default enrichment'
              --------------------------------
              Answer:           YES(?,O(n^1))
              Input Problem:    innermost relative runtime-complexity with respect to
                Strict Rules:
                  {  mark(f(X)) -> a__f(mark(X))
                   , mark(g(X)) -> g(mark(X))}
                Weak Rules:
                  {  a__f(f(a())) -> c(f(g(f(a()))))
                   , a__f(X) -> f(X)
                   , mark^#(g(X)) -> c_4(mark^#(X))
                   , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
                   , a__f^#(f(a())) -> c_0()
                   , mark(a()) -> a()
                   , mark(c(X)) -> c(X)}
              
              Details:         
                The problem is Match-bounded by 1.
                The enriched problem is compatible with the following automaton:
                {  a__f_1(5) -> 4
                 , a__f_1(5) -> 5
                 , f_0(2) -> 2
                 , f_1(5) -> 4
                 , f_1(5) -> 5
                 , a_0() -> 2
                 , a_0() -> 4
                 , a_1() -> 5
                 , c_0(2) -> 2
                 , c_0(2) -> 4
                 , c_1(2) -> 5
                 , c_1(5) -> 4
                 , c_1(5) -> 5
                 , g_0(2) -> 2
                 , g_1(5) -> 4
                 , g_1(5) -> 5
                 , mark_0(2) -> 4
                 , mark_1(2) -> 5
                 , a__f^#_0(2) -> 1
                 , a__f^#_0(4) -> 3
                 , a__f^#_1(5) -> 6
                 , c_0_0() -> 1
                 , c_0_1() -> 3
                 , c_0_1() -> 6
                 , mark^#_0(2) -> 1
                 , c_1_0(3) -> 1
                 , c_1_1(6) -> 1
                 , c_4_0(1) -> 1}
      
   2) {  mark^#(g(X)) -> c_4(mark^#(X))
       , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
       , a__f^#(X) -> c_5()}
      
      The usable rules for this path are the following:
      {  mark(f(X)) -> a__f(mark(X))
       , mark(a()) -> a()
       , mark(c(X)) -> c(X)
       , mark(g(X)) -> g(mark(X))
       , a__f(f(a())) -> c(f(g(f(a()))))
       , a__f(X) -> f(X)}
      
        We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost runtime-complexity with respect to
            Rules:
              {  mark(f(X)) -> a__f(mark(X))
               , mark(a()) -> a()
               , mark(c(X)) -> c(X)
               , mark(g(X)) -> g(mark(X))
               , a__f(f(a())) -> c(f(g(f(a()))))
               , a__f(X) -> f(X)
               , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
               , mark^#(g(X)) -> c_4(mark^#(X))
               , a__f^#(X) -> c_5()}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {  mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            and weakly orienting the rules
            {}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {  mark(a()) -> a()
               , mark(c(X)) -> c(X)}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {a__f^#(X) -> c_5()}
            and weakly orienting the rules
            {  mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {a__f^#(X) -> c_5()}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [1]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [1]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [1] x1 + [1]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [7]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
            and weakly orienting the rules
            {  a__f^#(X) -> c_5()
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [1]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [9]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(g(X)) -> c_4(mark^#(X))}
            and weakly orienting the rules
            {  mark^#(f(X)) -> c_1(a__f^#(mark(X)))
             , a__f^#(X) -> c_5()
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(g(X)) -> c_4(mark^#(X))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [12]
                  g(x1) = [1] x1 + [8]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [3]
                  c_1(x1) = [1] x1 + [1]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [5]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {  a__f(f(a())) -> c(f(g(f(a()))))
             , a__f(X) -> f(X)}
            and weakly orienting the rules
            {  mark^#(g(X)) -> c_4(mark^#(X))
             , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
             , a__f^#(X) -> c_5()
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {  a__f(f(a())) -> c(f(g(f(a()))))
               , a__f(X) -> f(X)}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [8]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [4]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [12]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
            ------------------------------------------------------------------------------------------
            Answer:           YES(?,O(n^1))
            Input Problem:    innermost relative runtime-complexity with respect to
              Strict Rules:
                {  mark(f(X)) -> a__f(mark(X))
                 , mark(g(X)) -> g(mark(X))}
              Weak Rules:
                {  a__f(f(a())) -> c(f(g(f(a()))))
                 , a__f(X) -> f(X)
                 , mark^#(g(X)) -> c_4(mark^#(X))
                 , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
                 , a__f^#(X) -> c_5()
                 , mark(a()) -> a()
                 , mark(c(X)) -> c(X)}
            
            Details:         
              The problem was solved by processor 'Bounds with default enrichment':
              'Bounds with default enrichment'
              --------------------------------
              Answer:           YES(?,O(n^1))
              Input Problem:    innermost relative runtime-complexity with respect to
                Strict Rules:
                  {  mark(f(X)) -> a__f(mark(X))
                   , mark(g(X)) -> g(mark(X))}
                Weak Rules:
                  {  a__f(f(a())) -> c(f(g(f(a()))))
                   , a__f(X) -> f(X)
                   , mark^#(g(X)) -> c_4(mark^#(X))
                   , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
                   , a__f^#(X) -> c_5()
                   , mark(a()) -> a()
                   , mark(c(X)) -> c(X)}
              
              Details:         
                The problem is Match-bounded by 1.
                The enriched problem is compatible with the following automaton:
                {  a__f_1(5) -> 4
                 , a__f_1(5) -> 5
                 , f_0(2) -> 2
                 , f_1(5) -> 4
                 , f_1(5) -> 5
                 , a_0() -> 2
                 , a_0() -> 4
                 , a_1() -> 5
                 , c_0(2) -> 2
                 , c_0(2) -> 4
                 , c_1(2) -> 5
                 , c_1(5) -> 4
                 , c_1(5) -> 5
                 , g_0(2) -> 2
                 , g_1(5) -> 4
                 , g_1(5) -> 5
                 , mark_0(2) -> 4
                 , mark_1(2) -> 5
                 , a__f^#_0(2) -> 1
                 , a__f^#_0(4) -> 3
                 , a__f^#_1(5) -> 6
                 , mark^#_0(2) -> 1
                 , c_1_0(3) -> 1
                 , c_1_1(6) -> 1
                 , c_4_0(1) -> 1
                 , c_5_0() -> 1
                 , c_5_0() -> 3
                 , c_5_1() -> 6}
      
   3) {  mark^#(g(X)) -> c_4(mark^#(X))
       , mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
      
      The usable rules for this path are the following:
      {  mark(f(X)) -> a__f(mark(X))
       , mark(a()) -> a()
       , mark(c(X)) -> c(X)
       , mark(g(X)) -> g(mark(X))
       , a__f(f(a())) -> c(f(g(f(a()))))
       , a__f(X) -> f(X)}
      
        We have applied the subprocessor on the union of usable rules and weak (innermost) dependency pairs.
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost runtime-complexity with respect to
            Rules:
              {  mark(f(X)) -> a__f(mark(X))
               , mark(a()) -> a()
               , mark(c(X)) -> c(X)
               , mark(g(X)) -> g(mark(X))
               , a__f(f(a())) -> c(f(g(f(a()))))
               , a__f(X) -> f(X)
               , mark^#(g(X)) -> c_4(mark^#(X))
               , mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {  mark(a()) -> a()
             , mark(c(X)) -> c(X)
             , mark^#(g(X)) -> c_4(mark^#(X))}
            and weakly orienting the rules
            {}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {  mark(a()) -> a()
               , mark(c(X)) -> c(X)
               , mark^#(g(X)) -> c_4(mark^#(X))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [8]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
            and weakly orienting the rules
            {  mark(a()) -> a()
             , mark(c(X)) -> c(X)
             , mark^#(g(X)) -> c_4(mark^#(X))}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(f(X)) -> c_1(a__f^#(mark(X)))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [0]
                  f(x1) = [1] x1 + [0]
                  a() = [1]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [7]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [13]
                  c_1(x1) = [1] x1 + [1]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {  a__f(f(a())) -> c(f(g(f(a()))))
             , a__f(X) -> f(X)}
            and weakly orienting the rules
            {  mark^#(f(X)) -> c_1(a__f^#(mark(X)))
             , mark(a()) -> a()
             , mark(c(X)) -> c(X)
             , mark^#(g(X)) -> c_4(mark^#(X))}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {  a__f(f(a())) -> c(f(g(f(a()))))
               , a__f(X) -> f(X)}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [1] x1 + [8]
                  f(x1) = [1] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [1] x1 + [1]
                  a__f^#(x1) = [1] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [4]
                  c_1(x1) = [1] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            'fastest of 'combine', 'Bounds with default enrichment', 'Bounds with default enrichment''
            ------------------------------------------------------------------------------------------
            Answer:           YES(?,O(n^1))
            Input Problem:    innermost relative runtime-complexity with respect to
              Strict Rules:
                {  mark(f(X)) -> a__f(mark(X))
                 , mark(g(X)) -> g(mark(X))}
              Weak Rules:
                {  a__f(f(a())) -> c(f(g(f(a()))))
                 , a__f(X) -> f(X)
                 , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
                 , mark(a()) -> a()
                 , mark(c(X)) -> c(X)
                 , mark^#(g(X)) -> c_4(mark^#(X))}
            
            Details:         
              The problem was solved by processor 'Bounds with default enrichment':
              'Bounds with default enrichment'
              --------------------------------
              Answer:           YES(?,O(n^1))
              Input Problem:    innermost relative runtime-complexity with respect to
                Strict Rules:
                  {  mark(f(X)) -> a__f(mark(X))
                   , mark(g(X)) -> g(mark(X))}
                Weak Rules:
                  {  a__f(f(a())) -> c(f(g(f(a()))))
                   , a__f(X) -> f(X)
                   , mark^#(f(X)) -> c_1(a__f^#(mark(X)))
                   , mark(a()) -> a()
                   , mark(c(X)) -> c(X)
                   , mark^#(g(X)) -> c_4(mark^#(X))}
              
              Details:         
                The problem is Match-bounded by 1.
                The enriched problem is compatible with the following automaton:
                {  a__f_1(12) -> 11
                 , a__f_1(12) -> 12
                 , f_0(2) -> 2
                 , f_0(3) -> 2
                 , f_0(4) -> 2
                 , f_0(5) -> 2
                 , f_1(12) -> 11
                 , f_1(12) -> 12
                 , a_0() -> 3
                 , a_0() -> 11
                 , a_1() -> 12
                 , c_0(2) -> 4
                 , c_0(2) -> 11
                 , c_0(3) -> 4
                 , c_0(3) -> 11
                 , c_0(4) -> 4
                 , c_0(4) -> 11
                 , c_0(5) -> 4
                 , c_0(5) -> 11
                 , c_1(2) -> 12
                 , c_1(3) -> 12
                 , c_1(4) -> 12
                 , c_1(5) -> 12
                 , c_1(12) -> 11
                 , c_1(12) -> 12
                 , g_0(2) -> 5
                 , g_0(3) -> 5
                 , g_0(4) -> 5
                 , g_0(5) -> 5
                 , g_1(12) -> 11
                 , g_1(12) -> 12
                 , mark_0(2) -> 11
                 , mark_0(3) -> 11
                 , mark_0(4) -> 11
                 , mark_0(5) -> 11
                 , mark_1(2) -> 12
                 , mark_1(3) -> 12
                 , mark_1(4) -> 12
                 , mark_1(5) -> 12
                 , a__f^#_0(2) -> 7
                 , a__f^#_0(3) -> 7
                 , a__f^#_0(4) -> 7
                 , a__f^#_0(5) -> 7
                 , a__f^#_0(11) -> 10
                 , a__f^#_1(12) -> 13
                 , mark^#_0(2) -> 9
                 , mark^#_0(3) -> 9
                 , mark^#_0(4) -> 9
                 , mark^#_0(5) -> 9
                 , c_1_0(10) -> 9
                 , c_1_1(13) -> 9
                 , c_4_0(9) -> 9}
      
   4) {  mark^#(g(X)) -> c_4(mark^#(X))
       , mark^#(a()) -> c_2()}
      
      The usable rules for this path are empty.
      
        We have oriented the usable rules with the following strongly linear interpretation:
          Interpretation Functions:
           a__f(x1) = [0] x1 + [0]
           f(x1) = [0] x1 + [0]
           a() = [0]
           c(x1) = [0] x1 + [0]
           g(x1) = [0] x1 + [0]
           mark(x1) = [0] x1 + [0]
           a__f^#(x1) = [0] x1 + [0]
           c_0() = [0]
           mark^#(x1) = [0] x1 + [0]
           c_1(x1) = [0] x1 + [0]
           c_2() = [0]
           c_3() = [0]
           c_4(x1) = [0] x1 + [0]
           c_5() = [0]
        
        We have applied the subprocessor on the resulting DP-problem:
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost DP runtime-complexity with respect to
            Strict Rules: {mark^#(a()) -> c_2()}
            Weak Rules: {mark^#(g(X)) -> c_4(mark^#(X))}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(a()) -> c_2()}
            and weakly orienting the rules
            {mark^#(g(X)) -> c_4(mark^#(X))}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(a()) -> c_2()}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [0] x1 + [0]
                  f(x1) = [0] x1 + [0]
                  a() = [0]
                  c(x1) = [0] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [0] x1 + [0]
                  a__f^#(x1) = [0] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [0] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            'Empty TRS'
            -----------
            Answer:           YES(?,O(1))
            Input Problem:    innermost DP runtime-complexity with respect to
              Strict Rules: {}
              Weak Rules:
                {  mark^#(a()) -> c_2()
                 , mark^#(g(X)) -> c_4(mark^#(X))}
            
            Details:         
              The given problem does not contain any strict rules
      
   5) {  mark^#(g(X)) -> c_4(mark^#(X))
       , mark^#(c(X)) -> c_3()}
      
      The usable rules for this path are empty.
      
        We have oriented the usable rules with the following strongly linear interpretation:
          Interpretation Functions:
           a__f(x1) = [0] x1 + [0]
           f(x1) = [0] x1 + [0]
           a() = [0]
           c(x1) = [0] x1 + [0]
           g(x1) = [0] x1 + [0]
           mark(x1) = [0] x1 + [0]
           a__f^#(x1) = [0] x1 + [0]
           c_0() = [0]
           mark^#(x1) = [0] x1 + [0]
           c_1(x1) = [0] x1 + [0]
           c_2() = [0]
           c_3() = [0]
           c_4(x1) = [0] x1 + [0]
           c_5() = [0]
        
        We have applied the subprocessor on the resulting DP-problem:
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost DP runtime-complexity with respect to
            Strict Rules: {mark^#(c(X)) -> c_3()}
            Weak Rules: {mark^#(g(X)) -> c_4(mark^#(X))}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(c(X)) -> c_3()}
            and weakly orienting the rules
            {mark^#(g(X)) -> c_4(mark^#(X))}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(c(X)) -> c_3()}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [0] x1 + [0]
                  f(x1) = [0] x1 + [0]
                  a() = [0]
                  c(x1) = [1] x1 + [0]
                  g(x1) = [1] x1 + [0]
                  mark(x1) = [0] x1 + [0]
                  a__f^#(x1) = [0] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [0] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [0]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            'Empty TRS'
            -----------
            Answer:           YES(?,O(1))
            Input Problem:    innermost DP runtime-complexity with respect to
              Strict Rules: {}
              Weak Rules:
                {  mark^#(c(X)) -> c_3()
                 , mark^#(g(X)) -> c_4(mark^#(X))}
            
            Details:         
              The given problem does not contain any strict rules
      
   6) {mark^#(g(X)) -> c_4(mark^#(X))}
      
      The usable rules for this path are empty.
      
        We have oriented the usable rules with the following strongly linear interpretation:
          Interpretation Functions:
           a__f(x1) = [0] x1 + [0]
           f(x1) = [0] x1 + [0]
           a() = [0]
           c(x1) = [0] x1 + [0]
           g(x1) = [0] x1 + [0]
           mark(x1) = [0] x1 + [0]
           a__f^#(x1) = [0] x1 + [0]
           c_0() = [0]
           mark^#(x1) = [0] x1 + [0]
           c_1(x1) = [0] x1 + [0]
           c_2() = [0]
           c_3() = [0]
           c_4(x1) = [0] x1 + [0]
           c_5() = [0]
        
        We have applied the subprocessor on the resulting DP-problem:
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost DP runtime-complexity with respect to
            Strict Rules: {mark^#(g(X)) -> c_4(mark^#(X))}
            Weak Rules: {}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {mark^#(g(X)) -> c_4(mark^#(X))}
            and weakly orienting the rules
            {}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {mark^#(g(X)) -> c_4(mark^#(X))}
              
              Details:
                 Interpretation Functions:
                  a__f(x1) = [0] x1 + [0]
                  f(x1) = [0] x1 + [0]
                  a() = [0]
                  c(x1) = [0] x1 + [0]
                  g(x1) = [1] x1 + [8]
                  mark(x1) = [0] x1 + [0]
                  a__f^#(x1) = [0] x1 + [0]
                  c_0() = [0]
                  mark^#(x1) = [1] x1 + [1]
                  c_1(x1) = [0] x1 + [0]
                  c_2() = [0]
                  c_3() = [0]
                  c_4(x1) = [1] x1 + [3]
                  c_5() = [0]
              
            Finally we apply the subprocessor
            'Empty TRS'
            -----------
            Answer:           YES(?,O(1))
            Input Problem:    innermost DP runtime-complexity with respect to
              Strict Rules: {}
              Weak Rules: {mark^#(g(X)) -> c_4(mark^#(X))}
            
            Details:         
              The given problem does not contain any strict rules